/*焦点图*/
.row-content {
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
}
.showcase.cloud {
	position: relative;
	height: 300px;
}
.showcase.cloud .container {
	width:100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.showcase.cloud .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 300px;
}
.showcase.cloud .slide .content-main-visual {
	width: 720px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-left: 260px;
}
.showcase.cloud .slide .content-main-visual a {
	display: none;
	width: 720px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0
}
.showcase.cloud .slide .content-main-visual a.pc { display: block; }
.showcase.cloud .slide .content-main-visual a.tablet { display: none; }
.showcase.cloud .slide .content-main-visual a.smartphone { display: none; }
.showcase.cloud .slide .content-main-visual a img {
	width: 720px;
	/*height: 300px;*/
}
.showcase.cloud .slide .content-main-feature {
	height: 300px;
	width: 260px;
	position: absolute;
	top: 0;
	left: 0px;
}
.showcase.cloud .slide .content-main-feature .feature {
	width: 260px;
	height: 74px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #cecece;
}
.showcase.cloud .slide .content-main-feature .featureLast {
	height: 75px;
	border-bottom: none;
}

/********140721wky*************/
.showcase.cloud .slide .content-main-feature .feature a {
	padding-top: 0;
	display: block;
	width:260px;
	height: 74px;
	position: relative;
	background-image: none;
	color: #000;
}
/********140721wkyEND*************/

.showcase.cloud .slide .content-main-feature .feature a:hover { background-image: none; }
.showcase.cloud .slide .content-main-feature .feature a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.showcase.cloud .slide .content-main-feature .feature a.current { background: none; }
/********140721wky*************/
.showcase.cloud .slide .content-main-feature .feature a span {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	height: 48px;
	overflow: hidden;
	text-align: left;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
/********140721wkyEND*************/
.showcase.cloud .slide .content-main-feature .gray { background-color: transparent; }
/********140721wky*************/
.showcase.cloud .slide .content-main-feature .dark-gray { background-color: #00639b; }
/********140721wkyEND*************/
.showcase.cloud .slide .content-main-feature .gray a { background-color: #f2f2f2; }

/********140721wky*************/
.showcase.cloud .slide .content-main-feature .gray a:hover, .showcase.cloud .slide .content-main-feature .gray a.current {
	color: #fff;
	 background-color:#0085d1;
}
.showcase.cloud .slide .content-main-feature .gray a:hover span, .showcase.cloud .slide .content-main-feature .gray a.current span {
	color: #fff;
	 background-color:#0085d1;
}
/********140721wkyEND*************/


.showcase.cloud .slide .content-main-feature .feature a.current {
	opacity: 1;
	filter: alpha(opacity=100)
}
.showcase.cloud .slide .content-main-feature .feature a .timerLine {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 5px
}
.showcase.cloud .slide .content-main-feature .feature a.current .timerLine { display: block }
/*焦点图 end*/
/*头条要闻*/
.topicList li{
	line-height:28px;
	height:28px;
	overflow:hidden;
}
.topicList .topicH2{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	height:25px;
}
/*头条要闻 end*/
/*直播预告*/
.liveBk{
	border:1px solid #f2f2f2;
	position:relative;
	height:105px;
	margin-top:5px;
}
.liveIcon{
	width:40px;
	height:31px;
	background-position:-185px -182px;
	position:absolute;
	top:-1px;
	left:-1px;
}
.liveH2{
	position:absolute;
	top:15px;
	right:10px;
	width:30px;
	font-size:18px;
	font-weight:normal;
	color:#0085d1;
	line-height:20px;
	text-align:right;
}
.liveList{
	width:230px;
	position:absolute;
	top:15px;
	left:20px;
}
.liveList li{
	line-height:28px;
	height:28px;
	overflow:hidden;
}
/*直播预告 end*/
/*区块1右侧左右滚动图切换*/
#review {
	height: 105px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.reviewW {
	width: 230px;
	height: 105px;
	overflow: hidden;
	position: relative;/*必要元素*/
}
.reviewW ul {
	width: 20000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.reviewList li {
	width: 230px;/*******单张图片的宽度*********/
	height: 205px;/*******单张图片的高度*********/
	float: left;
}
.reviewList li a {
	display: block;
	width: 230px;
	height: 105px;
	padding-top: 0px;
}
.reviewList li a img {
	width: 230px;/*******单张图片的宽度*********/
	height: 105px;/*******单张图片的高度*********/
	margin: 0;
}
.reviewList li a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#review .abtn {
	display: block;
	height: 44px;
	width: 19px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	position: absolute;
	top: 30px;
}
#review .aleft {
	left: 0;
	background-position:-440px -1px;
	opacity: 0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=0.85);
}
#review .aright {
	right: 0;
	background-position:-465px -1px;
	opacity: 0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=0.85);
}
#review .agrayleft, #review .agrayright {
	cursor: default;
	background: none;
}
/*区块1右侧左右滚动图切换 end*/

/*浙江视界·原创出品*/
/*480*270*/
.img480TitAbsVideo{
	width:480px;
	height:270px;
	position:relative;
}
.img480TitAbsVideo img{
	width:480px;
	height:270px;
	display:block;
}
.img480TitAbsVideo .videoTit{
	font-size:16px;
	color:#fff;
	line-height:24px;
	height:24px;
	overflow:hidden;
	position:absolute;
	width:415px;
	bottom:5px;
	left:10px;
}
.img480TitAbsVideo .videoTit a{ color:#fff;}
.img480TitAbsVideo .videoTit a:hover{ color: #ff7d00;}
.img480TitAbsVideo .videoTitH{ bottom:35px;}
.img480TitAbsVideo .videoAbs,.img480TitAbsVideo .videoIcon{ display:none;}
.img480TitAbsVideo .videoAbsH{
	font-size:12px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#bbb;
	position:absolute;
	top:240px;
	left:10px;
	width:415px;
	display:block;
}
.img480TitAbsVideo .videoIconH{
	width:35px;
	height:35px;
	position:absolute;
	bottom:10px;
	right:10px;
	display:block;
}
.img480TitAbsVideo .videoBg{
	background: url(titleBgTm.png?v=20240111135527) no-repeat bottom left;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='titleBgTm.png');
	_background: none;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width:480px;
	height:270px;
}
.img480TitAbsVideo .videoBgH{
	background-color:#000;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	position:absolute;
	bottom:0px;
	left:0;
	height:65px;
}
.img480TitAbsVideo .videoIconH a{
	display:block;
	width:37px;
	height:37px;
	background: url(bPlay.png?v=20240111135527) no-repeat top left;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='bPlay.png');
	_background: none;
	text-indent:-9999px;
	cursor:pointer;
}
.img480TitAbsVideo .videoIconH a:hover{
	background: url(bPlayH.png?v=20240111135527) no-repeat top left;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='bPlayH.png');
	_background: none;
}
/*480*270 end*/

/*浙江视界·原创出品 end*/
/*直播访谈、视频排行榜切换*/
.rankCnt{
	height:267px;
	width:228px;
	margin-bottom:20px;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #f2f2f2;
	border-top:2px solid #0085d1;
}
.ulTop{
	width:228px;
}
.liTop{
	border-bottom: 1px #f2f2f2 solid;
}
.ltHover{
	background-color:#f2f2f2;
}
.h3Top{
	height: 45px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	padding-right:10px;
	font-weight:normal;
	font-size:14px;
}
.h3Top .num{
	font-size:22px;
	font-family:Arial;
	padding-right:10px;
	float:left;
}
.aTimg{
	float: left;
	display:block;
	height: 120px;
	width: 210px;
}
.divTop{
	height:135px;
	display: none;
	padding-left:10px;
}
.dis{
	display: block;
}
/*直播访谈、视频排行榜切换 end*/

/*1230页宽*/
.yk980 .mainner { width: 980px; }
.yk980 .leftBk{ width:1000px;}

/*
.yk980 .bannerAdv img{
	width:980px;
	height:90px;
	display:block;
	margin-bottom:20px;
}
*/

/*980页宽*/
.yk980 .yk980Hidden {
	display: none;
	width:0;
}
.yk980 .leftBk{ width:980px;}

/*
.bannerAdv img{
	width:980px;
	height:90px;
	display:block;
	margin-bottom:20px;
}
*/


/*以下是针对双栏广告条修改的外控CSS by gw*/
.yk980 .bannerAdv {
	width:980px;
	height:90px;
	display:block;
	margin-bottom:20px;
}

.bannerAdv {
	width:980px;
	height:90px;
	display:block;
	margin-bottom:20px;
}